x86: Disable spinlock checks temporarily while bringing a CPU online.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 12 Nov 2009 15:34:37 +0000 (15:34 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 12 Nov 2009 15:34:37 +0000 (15:34 +0000)
commit0ddbfec52a57645ccfd6d115f621609528a8539a
treea50d7a1f4ba67527b38dbec2409be18665221432
parent86a7522040af1fb0c1bb495a9c84f0c6cd7f0b39
x86: Disable spinlock checks temporarily while bringing a CPU online.

This is safe, as described in a code comment. Also fix up another
comment in start_secondary() while we're there.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/smpboot.c